- GData
alias GData = _GData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GDataForeachFunc
alias GDataForeachFunc = void function(uint, void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_clear
alias da_g_datalist_clear = void function(GData** datalist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_foreach
alias da_g_datalist_foreach = void function(GData** datalist, GDataForeachFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_get_data
alias da_g_datalist_get_data = gpointer function(GData** datalist, const(gchar)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_get_flags
alias da_g_datalist_get_flags = guint function(GData** datalist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_id_get_data
alias da_g_datalist_id_get_data = gpointer function(GData** datalist, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_id_remove_no_notify
alias da_g_datalist_id_remove_no_notify = gpointer function(GData** datalist, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_id_set_data_full
alias da_g_datalist_id_set_data_full = void function(GData** datalist, GQuark key_id, gpointer data, GDestroyNotify destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_init
alias da_g_datalist_init = void function(GData** datalist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_set_flags
alias da_g_datalist_set_flags = void function(GData** datalist, guint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_datalist_unset_flags
alias da_g_datalist_unset_flags = void function(GData** datalist, guint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dataset_destroy
alias da_g_dataset_destroy = void function(gconstpointer dataset_location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dataset_foreach
alias da_g_dataset_foreach = void function(gconstpointer dataset_location, GDataForeachFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dataset_id_get_data
alias da_g_dataset_id_get_data = gpointer function(gconstpointer dataset_location, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dataset_id_remove_no_notify
alias da_g_dataset_id_remove_no_notify = gpointer function(gconstpointer dataset_location, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dataset_id_set_data_full
alias da_g_dataset_id_set_data_full = void function(gconstpointer dataset_location, GQuark key_id, gpointer data, GDestroyNotify destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_clear
void g_datalist_clear(GData** datalist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_foreach
void g_datalist_foreach(GData** datalist, GDataForeachFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_get_data
gpointer g_datalist_get_data(GData** datalist, const(gchar)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_get_flags
guint g_datalist_get_flags(GData** datalist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_id_get_data
gpointer g_datalist_id_get_data(GData** datalist, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_id_remove_no_notify
gpointer g_datalist_id_remove_no_notify(GData** datalist, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_id_set_data_full
void g_datalist_id_set_data_full(GData** datalist, GQuark key_id, gpointer data, GDestroyNotify destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_init
void g_datalist_init(GData** datalist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_set_flags
void g_datalist_set_flags(GData** datalist, guint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_unset_flags
void g_datalist_unset_flags(GData** datalist, guint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_destroy
void g_dataset_destroy(gconstpointer dataset_location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_foreach
void g_dataset_foreach(gconstpointer dataset_location, GDataForeachFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_id_get_data
gpointer g_dataset_id_get_data(gconstpointer dataset_location, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_id_remove_no_notify
gpointer g_dataset_id_remove_no_notify(gconstpointer dataset_location, GQuark key_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_id_set_data_full
void g_dataset_id_set_data_full(gconstpointer dataset_location, GQuark key_id, gpointer data, GDestroyNotify destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_clear
da_g_datalist_clear g_datalist_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_foreach
da_g_datalist_foreach g_datalist_foreach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_get_data
da_g_datalist_get_data g_datalist_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_get_flags
da_g_datalist_get_flags g_datalist_get_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_id_get_data
da_g_datalist_id_get_data g_datalist_id_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_id_remove_no_notify
da_g_datalist_id_remove_no_notify g_datalist_id_remove_no_notify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_id_set_data_full
da_g_datalist_id_set_data_full g_datalist_id_set_data_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_init
da_g_datalist_init g_datalist_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_set_flags
da_g_datalist_set_flags g_datalist_set_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_datalist_unset_flags
da_g_datalist_unset_flags g_datalist_unset_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_destroy
da_g_dataset_destroy g_dataset_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_foreach
da_g_dataset_foreach g_dataset_foreach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_id_get_data
da_g_dataset_id_get_data g_dataset_id_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_id_remove_no_notify
da_g_dataset_id_remove_no_notify g_dataset_id_remove_no_notify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dataset_id_set_data_full
da_g_dataset_id_set_data_full g_dataset_id_set_data_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.